Skip to content

Fix #2: Update $id URLs in 1.x schema files to open-workflow-specification.org - #3

Merged
cdavernas merged 1 commit into
open-workflow-specification:mainfrom
dgutierr:fix/2-update-schema-id-urls
Jul 29, 2026
Merged

Fix #2: Update $id URLs in 1.x schema files to open-workflow-specification.org#3
cdavernas merged 1 commit into
open-workflow-specification:mainfrom
dgutierr:fix/2-update-schema-id-urls

Conversation

@dgutierr

Copy link
Copy Markdown
Contributor

Summary

  • Replace serverlessworkflow.io with open-workflow-specification.org in $id/id URLs across all 15 schema files (JSON + YAML) under public/schemas/1.*
  • 0.x schema files are intentionally left unchanged

Closes #2

Test plan

  • Verify no serverlessworkflow.io references remain in public/schemas/1.*
  • Verify public/schemas/0.* files are untouched
  • Confirm the site builds successfully

@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for openworkflow ready!

Name Link
🔨 Latest commit f4ada44
🔍 Latest deploy log https://app.netlify.com/projects/openworkflow/deploys/6a6226288da632000af739a8
😎 Deploy Preview https://deploy-preview-3--openworkflow.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

…s to open-workflow-specification.org

Signed-off-by: David Gutierrez <david.magallanes@gmail.com>
@dgutierr
dgutierr force-pushed the fix/2-update-schema-id-urls branch from d255149 to f4ada44 Compare July 23, 2026 14:33

@cdavernas cdavernas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Cheers ❤️

@cdavernas
cdavernas merged commit faab657 into open-workflow-specification:main Jul 29, 2026
5 checks passed
"id": "https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json",
"id": "https://open-workflow-specification.org/schemas/1.0.0-alpha1/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema",
"description": "Serverless Workflow DSL - Workflow Schema",

@lornakelly lornakelly Jul 29, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These descriptions need to be updated as well @dgutierr @ricardozanini ?
Serverless Workflow DSL - Workflow Schema

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, they should. Sorry, I overlooked it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, opened PR #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update $id URLs in 1.x schema files to point to open-workflow-specification.org

4 participants